Package-level declarations
Types
Link copied to clipboard
class BackgroundThreadFactory @JvmOverloads constructor(threadPriority: Int = DEFAULT_THREAD_PRIORITY, threadNamePrefix: String = DEFAULT_THREAD_NAME) : ThreadFactory
Implementation of ThreadFactory that allows to specify priority of threads.
Link copied to clipboard
object ExecutionUtils
Utils for predefined Thread execution